home *** CD-ROM | disk | FTP | other *** search
- PanelSpellCheck = {
- ACTIONS = {
- findFirst:;
- learnAll:;
- toggleLearnedWords:;
- editLearnedWords:;
- fixCandidate:;
- fixAndFind:;
- fix:;
- guessWord:;
- learn:;
- fixAll:;
- findAll:;
- ignore:;
- findNext:;
- };
- OUTLETS = {
- badWord;
- correction;
- showLearnedWords;
- guessList;
- badList;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PasteUp = {
- OUTLETS = {
- spellPanel;
- };
- SUPERCLASS = Object;
- };
- WriteUp = {
- ACTIONS = {
- appDidInit:;
- };
- OUTLETS = {
- };
- SUPERCLASS = PasteUp;
- };
-